@font-face {
  font-family: 'Roboto';
  src: url("fonts/Roboto-Bold.woff2") format("woff2"), url("fonts/Roboto-Bold.woff") format("woff"), url("fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("fonts/Roboto-Regular.woff2") format("woff2"), url("fonts/Roboto-Regular.woff") format("woff"), url("fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@-webkit-keyframes fadeLoop {
  0% {
    opacity: 0; 
  }
  50% {
    opacity: 1; 
  }
  100% {
    opacity: 0; 
  } 
  150% {
    opacity: 0;
  }
  
}

@keyframes fadeLoop {
  0% {
    opacity: 0; 
  }
  50% {
    opacity: 1; 
  }
  100% {
    opacity: 0; 
  } 
  150% {
    opacity: 0;
  }

}

* {
  position: relative;
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  display: hidden;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  overflow: hidden;
  height: 100%; }

.background, .outer {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.progress {
  -webkit-transition: 0.35s stroke-dashoffset;
  -o-transition: 0.35s stroke-dashoffset;
  transition: 0.35s stroke-dashoffset;
  -webkit-transform: rotate(140deg);
  -ms-transform: rotate(140deg);
  transform: rotate(140deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }
.hudspass {
  display: none;
  position: absolute;
  top: 95%;
  left: 50%;

}
  .hud-seatbelts svg {
    opacity: 1;
    fill: red;
  }
  .hud-seatbelts.active svg {
    opacity: 1;
    fill: #2ecc71;
  }


.background-opacity {
  position: absolute;
  height: 85px;
  bottom: 0.9%;
  width: 350px;
  left: calc(50% - 350px / 2);
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 30px;  
}


.huds {
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
  .huds .hud.dashboard {
    position: absolute;
    height: 40px;
    bottom: 65px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .huds .hud.dashboard div {
      display: inline-block;
      vertical-align: middle;
      margin: 0 10px; }
      .huds .hud.dashboard div svg {
        opacity: .2; }
    .huds .hud.dashboard .active svg {
      opacity: .8; }
    .huds .hud.dashboard .clignotant.active svg {
      -webkit-animation: fadeLoop 1s step-start infinite !important;
      animation: fadeLoop 1s step-start infinite !important; }
      .huds .hud.dashboard .clignotant.active svg path {
        stroke: #f39c12 !important; }
    .huds .hud.dashboard .feu-position.active svg {
      opacity: 1; }
      .huds .hud.dashboard .feu-position.active svg path {
        fill: #2ecc71; }
    .huds .hud.dashboard .feu-route.active svg {
      opacity: 1; }
      .huds .hud.dashboard .feu-route.active svg path {
        fill: #0984e3; }
      .huds .hud.dashboard .hud-engine svg {
        opacity: 1;
        fill: white;
      }
      .huds .hud.dashboard .hud-engine.yellow svg {
        opacity: 1;
        fill: yellow;
      }
      .huds .hud.dashboard .hud-engine.red svg {
        opacity: 1;
        fill: red;
      }
      .huds .hud.dashboard .hud-seatbelt svg {
        opacity: 1;
        fill: red;
      }
      .huds .hud.dashboard .hud-seatbelt.active svg {
        opacity: 1;
        fill: #2ecc71;
      }
    .huds .hud.dashboard .speedometer {
      width: 100px;
      height: 100px;
      text-align: center;
      -webkit-clip-path: polygon(100% 45%, 80% 45%, 60% 100%, 0% 100%, 0% 0%, 100% 0%);
      clip-path: polygon(100% 45%, 80% 45%, 60% 100%, 0% 100%, 0% 0%, 100% 0%); }
      .huds .hud.dashboard .speedometer svg {
        opacity: 1;
        position: absolute;
        left: 50%;
        top: 55%;
        -webkit-transform: scale(2) translate(-25%, -25%);
        -ms-transform: scale(2) translate(-25%, -25%);
        transform: scale(2) translate(-25%, -25%); }
      .huds .hud.dashboard .speedometer .outer {
        opacity: .3;
        -webkit-transform: rotate(180deg) scale(1.2);
        -ms-transform: rotate(180deg) scale(1.2);
        transform: rotate(180deg) scale(1.2); }
      .huds .hud.dashboard .speedometer .text {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin: 0; }
        .huds .hud.dashboard .speedometer .text .speed {
          color: white;
          font-size: 26px;
          display: block; }
        .huds .hud.dashboard .speedometer .text .kmh {
          color: rgba(255, 255, 255, 0.5);
          font-size: 10px;
          display: block;
          text-transform: uppercase; }
  .huds .hud.fuel {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    position: absolute;
    bottom: -60px;
    right: 87px;
    position: absolute;
    text-align: center;
    margin: 15px 0; }
    .huds .hud.fuel span {
      color: rgba(255, 255, 255, 0.8);
      font-size: 12px;
      display: block;
      margin-top: 0px; }
    .huds .hud.fuel svg {
      opacity: 1 !important; }

.hud.fuel span {
  opacity: 0;
  margin-top: -4px; }

.hud.fuel span:after {
  position: absolute;
  content: '%';
  top: 1px;
  right: 4px;
  font-size: 7px; }

.hud.fuel g {
  -webkit-transform: translate(16px, 13px);
  -ms-transform: translate(16px, 13px);
  transform: translate(16px, 13px); }

.orangeStroke {
  stroke: #ffaf02; }

.redStroke {
  stroke: #FF0245; }

  body {
    width: 100%;
    overflow: hidden;
}

@font-face {
  font-display: swap;
  font-family: Kum;
  src: url('../fonts/KumbhSans-Regular.ttf');
}

body {
  overflow: hidden;
}

:root {
  --scrollbar: #8f8f8f;
  --hover: #494949;
  --background: 0;
  --button: #21242d;
  --svg: #ffce45;
  --text: #000000;
  --reset: #f0f0f0;
  --select: #E6E8EA;
  --hover-button: #ccc;
}

.dark-mode {
  --scrollbar: #cccccc;
  --hover: #dddddd;
  --content-title-color: --theme-color;
  --background: 0.85;
  --button: #e6e6e6;
  --svg: #242424;
  --text: #ffffff;
  --reset: #545454;
  --select: #87888a;
  --hover-button: rgb(107, 107, 107);
}


/* Scroll Bar */
::-webkit-scrollbar {
  width: 0.5vh;
}

::-webkit-scrollbar-track {
  border-radius: 6px;
  background-color: var(--scrollbar);
}

::-webkit-scrollbar-thumb {
  background: var(--scrollbar);
  border-radius: 12px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--hover);
}

/* Pulse animation */
@keyframes pulseAnimation {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}

.image-time-container {
  position: absolute;
  width: 5vh;
  height: 2vh;
  transform: translate(-260%, 200%);
  z-index: 5;
}

.image-time {
  display: flex;
  justify-content: center;
  font-size: 1.3vh;
  font-family: Kum;
  font-weight: bolder;
  color: var(--text);
}

.image-title {
  position: absolute;
  font-size: 2.0vh;
  font-family: Kum;
  font-weight: bolder;
  top: 9%;
  border-bottom: 2px solid gray;
  color: var(--text);
  z-index: 5;
}

.image-exit {
  position: absolute;
  font-size: 2.0vh;
  width: 40%;
  bottom: 4.5%;
  border-bottom: 0.8vh solid var(--scrollbar);
  border-radius: 6px;
  transition: 0.2s;
  z-index: 5;
}

.image-exit:hover {
  border-bottom: 0.8vh solid var(--hover);
}

.image-wrapper {
  position: absolute;
  top: 13%;
  width: 33.5vh;
  height: 80%;
  border-radius: 12px;
  overflow-y: scroll;
  z-index: 5;
}

.container {
  width: 100%;
  height: 100%;
}

hr
{
    border: 1px solid #666;
    position: absolute;
    width: 650px;
}

label {
  font-size: 20px;
  font-weight: 900;
  color: gray;
}

.Icons {
  position: absolute;
  bottom: 0vh;
  left: 0.1vh;
  width: 100%;
}

.BaseCircle {
  position: relative;
  width: 4vh !important;
  height: 4vh !important;
  margin: 0.3vh;
  float: left;
  border-radius: 50%;
  background: rgba(49, 49, 49, 0.6);
}

.fa-heart,
.fa-shield-alt,
.fa-hamburger,
.fa-skull
{
  color: white;
  position: absolute;
  font-size: 1.6vh;
  left: 1.2vh;
  bottom: 1.2vh;
}

.fa-coins,
.fa-university,
.fa-car,
.fa-briefcase {
color: white;
position: absolute;
font-size: 1.6vh;
left: 0.75vh;
bottom: 0.75vh;
}

.fa-running {
  color: white;
  position: absolute;
  font-size: 1.6vh;
  left: 1.4vh;
  bottom: 1.2vh;
}

.fa-headset {
  color: white;
  position: absolute;
  font-size: 1.6vh;
  left: 1.25vh;
  bottom: 1.25vh;
  }

.fa-lungs {
  color: white;
  position: absolute;
  font-size: 1.6vh;
  left: 1vh;
  bottom: 1.3vh;
}
.fa-burn {
  color: white;
  position: absolute;
  font-size: 1.6vh;
  left: 1.4vh;
  bottom: 1.3vh;
}

.fa-tint {
  color: white;
  position: absolute;
  font-size: 1.6vh;
  left: 1.5vh;
  bottom: 1.2vh;
}

.fa-align-justify  {
  color: white;
  position: absolute;
  font-size: 1.7vh;
  left: 1.2vh;
  bottom: 1.2vh;
}

.fa-microphone {
  color: white;
  position: absolute;
  font-size: 1.6vh;
  left: 1.4vh;
  bottom: 1.25vh;
  }

.fa-mask {
  color: white;
  position: absolute;
  font-size: 1.6vh;
  left: 0.5vh;
  bottom: 0.75vh;
}

.fa-wallet {
  color: white;
  position: absolute;
  font-size: 1.6vh;
  left: 0.75vh;
  bottom: 0.75vh;
}

.fa-user-slash,
.fa-terminal {
  color: white;
  position: absolute;
  font-size: 1.6vh;
  left: 1vh;
  bottom: 1.2vh;
}

.fa-tachometer-alt {
  color: white;
  position: absolute;
  font-size: 1.6vh;
  left: 1.1vh;
  bottom: 1.3vh;
}

#SpeedCircle {
  width: 6vh !important;
  height: 6vh !important;
  position: absolute;
  font-size: 5vh;
  left: 24vh;
  bottom: 5.6vh;
  transform: rotate(-180deg);
}

#SpeedIndicator {
  color: white;
  position: inherit;
  z-index: 1000;
  left: 1.45vh;
  top: -2vh;
  width: 3vh;
  font-size: 1.55vh;
  text-align: center;
  text-shadow: 0.2vh 0.2vh 0vh rgb(22, 22, 22);
  transform: rotate(-180deg);
}

#FuelCircle {
  width: 3vh !important;
  height: 3.3vh !important;
  position: absolute;
  left: 29.9vh;
  bottom: 5vh;
}

.fa-gas-pump {
  color: white;
  font-size: 1vh;
  position: inherit;
  left: 1vh;
  bottom: 1.45vh;
}

.flash {
  -webkit-animation: flash 1s;
}

@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.outline {
  position: fixed;
  bottom: 8vh;
  left: 1.1vh;
  /* overflow: hidden; */
  width: 29.529vh;
  text-align: center;
}
.mapborder {
  width: 24.25vh;
  height: 21.5vh;
  border: 0.45vh solid rgb(159,163,171,0.85);
  border-radius: 50%;
  box-shadow: 0px 0px 16px rgba(0,0,0,0.5) inset; 
  position: relative;
  right: 2.8vh;
  top: 2.75vh;
  display: inline-block;
}

@media only screen and (max-width: 1366px) {
  .outline {
    position: fixed;
    bottom: 10vh;
    left: 2.6vh;
    width: 29.529vh;
    text-align: center;
  }

  .mapborder {
    width: 24.25vh;
    height: 21.5vh;
    border: 4px solid #9fa3ab;
    border-radius: 50%;
    box-shadow: 0px 0px 16px rgba(0,0,0,0.5); 
    position: relative;
    right: 2.8vh;
    top: 2.4vh;
    display: inline-block;
  }
}
@media only screen and (max-width: 1280px) {
  .outline {
    position: fixed;
    bottom: 10vh;
    left: 2.8vh;
    width: 29.529vh;
    text-align: center;
  }

  .mapborder {
    width: 180px;
    height: 150.25px;
    border: 4px solid #9fa3ab;
    border-radius: 50%;
    box-shadow: 0px 0px 16px rgba(0,0,0,0.5); 
    position: relative;
    right: 36.50px;
    top: 39.5px;
    display: inline-block;
  }
}

@media only screen and (max-width: 1768px) {
  .outline {
    position: fixed;
    bottom: 8.5vh;
    left: 1.4vh;
    width: 29.529vh;
    text-align: center;
  }

  .mapborder {
    width: 240px;
    height: 210.25px;
    border: 4px solid #9fa3ab;
    border-radius: 50%;
    box-shadow: 0px 0px 16px rgba(0,0,0,0.5); 
    position: relative;
    right: 36.50px;
    top: 39.5px;
    display: inline-block;
  }
}
